C#
VB
Objective-C
WinRT C#
C++
Creates a new instance of the AnnPicture from PNG data.
public AnnPicture(
byte[] pngData
)
Public Function New( _
ByVal pngData() As Byte _
)
public AnnPicture(
byte[] pngData
)
-(id)initWithData:(NSData*)aPictureData;
function AnnPicture(
pngData
)
public:
AnnPicture(array<Byte>^ pngData)
pngData
Byte array containing PNG image data.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET